From 3be4b4696767763840be31c26b9551a7690b073c Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 17:09:05 -0500 Subject: [PATCH] docs: zero is a literal not a type link --- gdk/gdkcursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 7d4e453c7b..078be4ec16 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -336,7 +336,7 @@ gdk_cursor_new_from_name (GdkDisplay *display, * * If @x or @y are -1, the pixbuf must have * options named "x_hot" and "y_hot", resp., containing - * integer values between %0 and the width resp. height of + * integer values between 0 and the width resp. height of * the pixbuf. (Since: 3.0) * * On the X backend, support for RGBA cursors requires a -- 2.30.2